
#apply {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
#apply .apply{
    width: 100%;
    height: 100%;
}
#apply .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    cursor: pointer;
}
#apply p.cp2 {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

#apply .logo2 {
    width: 153px;
    margin: 20px 100px;
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 100px;*/
}

#apply .form {
    width: 470px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: -250px auto 0 auto;
    background:#fff url("../images/apply_form_bg.png") no-repeat center top;
    background-size: 100% auto;
    box-shadow:0px 8px 16px 4px rgba(19,62,45,0.3);
    border-radius:15px;
}

#apply .form p {
    text-align: center;
    font-size: 26px;
    color: #404040;
    letter-spacing: 3px;
    margin-top: 49px;
    margin-bottom: 48px;
}
#apply .form .box .imgLogo{
    position: absolute;
    left: 72px;
    width: 14px;
    top:13px
}
#apply .form input {
    display: block;
    margin: 0 auto;
    outline: none;
    width:338px;
    height:42px;
    border-radius:0;
    border:0;
    border-bottom:1px solid rgba(227,227,227,1);
    background: none;
    margin-top: 23px;
    font-size: 14px;
    color: #666666;
}
#apply .form input::-webkit-input-placeholder { /* WebKit browsers */
    color: #BBBBBB;
}
#apply .form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BBBBBB;
}
#apply .form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #BBBBBB;
}
#apply .form .box.cur1 input {
    border-bottom: 1px solid #20b573;
}

#apply .form .box.cur2 input {
    border-bottom: 1px solid #ff8920;
}

#apply .form .box.cur2 span {
    display: block;
}

#apply .form .box {
    position: relative;
}


#apply .form .box span {
    font-size: 14px;
    color: #FA515E;
    margin-top: 3px;
    margin-left: 60px;
    display: none;
}
#apply .form .lastBox{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
#apply .form .submit {
    display: inline-block;
    width:338px;
    height: 46px;
    line-height: 46px;
    background: #4278f5;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    border-radius:5px;
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
}
#apply .form .submit:hover{
    background:#2461EF;
}

/*#apply .form input.submit:hover {*/
    /*background: #fff;*/
    /*border: 2px solid #fff;*/
    /*color: #20b573;*/
/*}*/

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.7);
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.7);
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.7);
}
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
#apply .form div .getyzm {
    width: 140px;
    height: 29px;
    /*background: #20b573;*/
    display: none;
    color: #ccc;
    line-height: 20px;
    font-size: 13px;
    position: absolute;
    right: 60px;
    text-align: right;
    top: 7.5px;
    border: 0;
    cursor: pointer;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.6s;
    -ms-transition-timing-function: ease;
    margin-top: 0;
}

#apply .form div .getyzm:hover {
    background: #fff;
    color: #20b573;
}

.home{
    position: absolute;
    right: 100px;
    margin-top: 20px;
    /*padding-right: 100px;*/
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px #fff solid;
}
.home:hover{
    background: #fff ;
    color:#20b573 ;
    border: none;
}
#apply .form div .getyzm.disabled {
    background: #fff;
    color: #20b573;
    cursor: auto;
}

#apply .form div .zfyzm {
    position: absolute;
    right: 0;
    top: -16px;
    width: 125px;
    height: 45px;
    cursor: pointer;
}

#isCodeTrue{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ccc;
    top: 20px;
}
